Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / StyledRange<T> Class
Properties Methods


In This Topic
    StyledRange<T> Class Members
    In This Topic

    The following tables list the members exposed by StyledRange<T>.

    Public Properties
     NameDescription
    Public PropertyGets the number of items in the range.  
    Public PropertyGets the items in the range.  
    Public PropertyGets or sets the last item in the range.  
    Public PropertyGets or sets the first item in the range.  
    Public PropertyGets the Style used by the Worksheet element. (Inherited from Xceed.Workbooks.NET.StyledWorksheetElement)
    Top
    Public Methods
     NameDescription
    Public MethodClears specific elements in the range.  
    Public MethodSearches into the content of the range and replaces all occurences of a specific value with a new value.  
    Public MethodSearches into the content of the range and replaces all instances of the searchValues with their corresponding newValues.  
    Top
    See Also